body {
    font-family: arial, "Hiragino Sans GB", "Microsoft Yahei", 微软雅黑, Tahoma, Helvetica, STHeiti;
    background: #f4f4f4;
    min-width: 1200px;
    overflow: auto;
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

body::-webkit-scrollbar-track {
    background-color: #ddd;
    border-radius: 20px;
    display: none;
}

body::-webkit-scrollbar-thumb {
    height: 10px;
    background-color: #C1C1C1;
    border-radius: 20px;
}

body::-webkit-scrollbar-thumb:hover{
    background-color: #999;
}
body::-webkit-scrollbar-thumb:active{
    background-color: #606266;
}

#tvHeader {
    width: 1480px;
    margin: 0 auto;
    /* padding: 0 20px; */
    padding: 0;
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#tvHeader .h_image{
    height: 100%;
    display: flex;
    align-items: center;
}

#tvHeader .h_image img{
    width: 100%;
    /* height: 100%;
    object-fit: scale-down; */
}

#tvHeader .login-span:hover{
    color: #26ABE6;
}

#tvHeader .downloadBrowser{
    position: absolute;
    left: 530px;
    top: 52px;
}

#tvHeader .downloadBrowser a{
    color: #999;
    text-decoration: none;
}

#tvHeader .downloadBrowser a:hover{
    color: #26abe6;
    text-decoration: underline;
}

#tvHeader .line {
    border-bottom: 2px solid #26ABE6;
    margin-top: 70px;
}

#tvHeader .searchBtn {
    display: inline-block;
    color: #26ABE6;
    text-align: center;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    width: 75px;
}

#tvHeader .search_input .searchBtn {
    background: linear-gradient(to left, #26ABE6, #26ABE6);
    ;
    color: #fff;
    border-radius: 0 15px 15px 0;
    transition: border-radius 2s;
    -webkit-transition: border-radius 2s;
    -moz-transition: border-radius 2s;
    -ms-transition: border-radius 2s;
    -o-transition: border-radius 2s;
}

#tvHeader .search_input {
    position: absolute;
    right: 240px;
    top: 30px;
    z-index: 99;
}

/* #tvHeader .search_input>input {
    width: 0px;
    padding: 5px 12px 5px 18px;
    border: 1px solid #26ABE6;
    border: none;
    outline: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
} */

#tvHeader .search_input input {
    width: 180px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #26ABE6;
    padding: 5px 12px 5px 18px;
    border-radius: 15px 0 0 15px;
    outline: none;
    transition-property: width, padding, border-radius;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    -ms-border-radius: 15px 0 0 15px;
    -o-border-radius: 15px 0 0 15px;
}

/* #tvHeader .searchBtn {
    background: #26ABE6;
    color: #fff;
    padding: 8px 12px;
    text-align: center;
} */

/* #tvHeader .search_input {
    position: absolute;
    right: 350px;
    top: 28px;
}

#tvHeader .search_input>input {
    width: 260px;
    padding: 5px;
    border: 1px solid #dddddd;
    outline: none;
} */

.index .navList>ul {
    width: 1480px;
    margin: 0 auto;
    position: relative;
}



/* .jxty .line {
    border-bottom: 2px solid #26ABE6;
} */

.jxty-container {
    width: 1480px;
    margin: 0 auto;
}

.jt-recommend {
    display: flex;
    width: 100%;
    height: 380px;
}

.jt-recommend .left-pic {
    width: 65%;
    background-image: url("../../../common/images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    /* background-image: url("../../../common/images/loading.gif");
    background-repeat: no-repeat;
    background-position: center; */
}

.jt-recommend .left-pic img {
    width: 100%;
    /* height: 100%; */
}

.recommend-list {
    margin-left: 10px;
    width: 34%;
    background: #f3f3f3;
    border-top: 3px solid #ccc;
    padding-top: 10px;
}

.recommend-list li {
    /* height: 126px; */
    cursor: pointer;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    /* padding-bottom: 20px; */
}

.dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #26ABE6;
    position: absolute;
    top: 15px;
}

/* .jt-recommend .recommend-list li:nth-of-type(1),.jt-recommend .recommend-list li:nth-of-type(2) {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 16px;
} */

.recommend-list h3 {
    /* color: #26ABE6; */
    /* font-weight: 700; */
    font-size: 12px;
    padding-left: 15px;
}

.recommend-list li:hover h3{
    color: #26ABE6 !important;
    text-decoration: underline;
}

.recommend-list {
    position: relative;
}

.recommend-list::before {
    content: "";
    position: absolute;
    border-top: 3px solid #26ABE6;
    width: 115px;
    top: -3px;
}

/* .recommend-list li:nth-child(1){
    padding-bottom: 5px;
}

.recommend-list li:nth-child(1) h3{
    font-size: 25px;
    color: #333333;
    padding-left: 0;
}

.recommend-list li:nth-child(1) .dot{
    display: none;
} */

/* .recommend-list li {
    padding-bottom: 19px;
} */

.recommend-list li h3 {
    font-size: 17px;
    color: #333333;
    padding-left: 0;
}

.recommend-list p {
    line-height: 18px;
    letter-spacing: 2px;
    max-height: 55px;
    overflow: hidden;
}

.recommend_oa {
    width: 305px;
}

.recommend_oa .r-list-l {
    height: 46px;
}

.jt-recommend .block {
    position: relative;
}

.bannerBox {
    width: 100%;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.el-carousel__button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}

.linkInfo {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 80px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

.linkContent {
    border-left: 8px solid #26ABE6;
    /* margin-top: 10px; */
}

.linkTitle {
    padding-left: 20px;
    /* padding-top: 10px; */
    color: #fff;
    font-size: 20px;
}

.linkRemark {
    padding-left: 20px;
    color: #757575;
    font-size: 16px;
}

.navList {
    margin: 0;
    width: 100%;
    color: #fff;
    background: #26ABE6;
}

.navList>ul {
    display: flex;
    height: 50px;
}

.navList a {
    display: inline-block;
    width: 100%;
    color: #fff;
}

.navList>ul>li {
    /* background: #ddd; */
    width: 135px;
    font-size: 17px;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.3s all linear;
    z-index: 99;
    padding: 0 10px;
    font-weight: 300;
}

.navList>ul>li:hover{
    background: linear-gradient(135deg, #27E3DD, #26ABE6, #27E3DD);
}

/* .navList>ul>li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    background: #26ABE6;
    transition: 0.2s all linear;
    z-index: -1;
}

.navList>ul>li:hover::before {
    left: 0;
    width: 101%;
    transition-delay: 0.05s;
    background: #26ABE6;
} */

.navList>ul>li:hover a{
    color: #fff!important;
    transition: all 0.2s;
}

/* li:hover~li::before {
    left: 0;
} */



.footer {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.footer p {
    text-align: center;
    font-family: "微软雅黑";
    font-size: 16px;
    padding: 1px 0;
}

.weather_location {
    position: absolute;
    right: 170px;
    top: 30px;
}

.location {
    padding-right: 10px;
    font-size: 14px;
}

.weather {
    font-size: 15px;
}


.share {
    width: 1480px;
    margin: 0 auto;
    height: 60px;
    border-top: 2px solid #ddd;
    padding: 10px 0;
}

#shareIcon {
    width: 200px;
    float: right;
}

.copperDetail .container {
    width: 1480px;
}

.copperDetail #comment {
    width: 100% !important;
}

.video-filter {
    border: 1px solid #dadada;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.video-filter .bg-color {
    background: #e6e6e6;
}

.video-filter>span {
    padding: 17px;
    color: #666;
}

.video-filter>a.ac {
    color: #26ABE6;
    background: #fff;
}

.video-filter>a {
    border-left: 1px solid #dadada;
}

.video-filter>a:last-child {
    border-right: 1px solid #dadada;
}

.video-filter>a,
.video-filter>span {
    padding: 17px;
    color: #666;
}

.isplaying {
    color: #26ABE6;
    border-left-color: #26ABE6 !important;
    background: #f5f5f5;
}



.news_list a {
    color: #999999;
}


/* 新闻列表页 */
.news_list li {
    margin: 20px 0;
    background-color: #fff;
    /* border-radius: 10px; */
    overflow: hidden;
    box-shadow: 5px 5px 5px -1px #dddddd;
    height: 115px;
}

.newsListCont {
    width: 75%;
}

.newsRank {
    width: 25%;
}

.news_list .eachNews {
    display: flex;
    height: 100%;
}

.v-header{
    width: 100%;
    z-index: 999;
}

.index,
.list,
.live,
.page,
.play ,
.search {
    overflow:hidden;
}

.index .navList,
.list .navList,
.live .navList,
.page .navList,
.play .navList,
.search .navList,
#coursewareLive .navList {
    width: 100%;
    z-index: 100;
}

.list .navList>ul,
.page .navList>ul,
.live .navList>ul,
.play .navList>ul,
.search .navList>ul ,
.mySpace .navList>ul ,
#coursewareLive .navList>ul{
    width: 1480px;
    margin: 0 auto;
    position: relative;
}

.news_list .eachNews img {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    /* padding: 1px; */
    /* padding: 10px;
    border-radius: 20px; */
}

.news_list li:hover .eachNews img {
    width: 120%;
    height: 120%;
}

.eachNews_left {
    width: 20%;
    /* background-size: 100% 100%; */
    overflow: hidden;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin: 10px;
    height: 96px;
    border: 1px solid #ccc;
}

.eachNews_right {
    width: 80%;
    margin-left: 25px;
    position: relative;
    padding-right: 20px;
}

.eachNews_right h3 {
    margin: 10px 0;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #333333 !important;
    padding-top: 7px;
    margin-bottom: 5px;
    /* font-weight: 700; */
}

.news_list li:hover .eachNews_right h3 {
    color: #26ABE6 !important;
}

.eachNews_right p {
    color: #888888;
    max-height: 42px;
    overflow: hidden;
}

.eachNews_right>div {
    position: absolute;
    bottom: 8px;
    right: 25px;
}

.eachNews_right>div span {
    color: #999999;
}

.eachNews_right>div span:nth-of-type(2) {
    margin-left: 15px;
}

.newsRank h4 {
    margin: 100px 0 0 34px;
    padding: 0 0 0 10px;
    font-size: 19px;
    color: #26ABE6;
    border-left: 3px solid #26ABE6;
}

.list .newsRank h4 {
    margin: 60px 0 0 22px;
}

.newsRank ul {
    background-color: #fff;
    margin: 10px 0 0 20px;
}

.newsRank li {
    margin: 0 10px 0 10px;
    height: 45px;
    border-bottom: 1px solid #dddddd;
}

.newsRank li span {
    display: inline-block;
    font-size: 16px;
}

.newsRank_title {
    line-height: 45px;
    padding-left: 10px;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rankBefore {
    color: #26ABE6;
}

.newsRank a {
    color: #888888;
}

.newsRank a:hover {
    color: #26ABE6;
}

.navHighLight {
    background:  #27E3DD !important;
    color: #fff!important;
}
.navHighLight a{
    color: #fff!important;
}

.news_detail h2 {
    margin: 20px 0;
    text-align: center;
    color: #525252;
}

.news_source {
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    color: #888888;
}

.news_source span {
    color: #888888;
}

.news-video {
    margin: 30px auto;
    overflow: hidden;
    position: relative;
    /* width: 800px; */
    height: 450px;
}

.news-video .video-box {
    margin: 0 auto;
    width: 796px;
    height: 450px;
    border: 3px solid #ccc;
    background: #000;
}

.news_text {
    padding: 0 60px;
}

.diversityList {
    position: absolute;
    width: 250px;
    height: 450px;
    right: 150px;
    top: 0;
    padding: 5px;
    overflow-y: auto;
}

.diversityList li {
    line-height: 35px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    border-left: 3px solid transparent;
    cursor: pointer;
}

.diversityList li:hover {
    background: #f5f5f5;
}

.page-location {
    width: 1480px;
    margin: 0 auto;
}

.p-commend {
    width: 80%;
}

.p-recommend {
    width: 20%;
    margin: 0 auto;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #ccc;
}

.p-recommend .top-pic {
    height: 123px;
}

.p-recommend ul {
    /* display: flex; */
    justify-content: space-between;
}

.p-recommend ul li {
    width: 100%;
    margin-bottom: 20px;
}

.p-recommend ul li img {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
}

.p-recommend ul li:hover img {
    width: 120%;
    height: 120%;
}

.p-recommend ul li:hover h4 {
    color: #26ABE6;
}

.p-recommend ul li h4 {
    color: #333333;
    margin: 8px 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.p-recommend>h4 {
    color: #26ABE6;
    margin-bottom: 15px;
    border-left: 3px solid #26ABE6;
    padding-left: 10px;
    font-size: 24px;
}

ul,
li,
ol {
    list-style: none;
}

/* 登录 */
/* .login {
    position: absolute;
    right: 115px;
} */

.userInfo {
    position: absolute;
    right: 50px;
    top: 30px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
}

.login .login-box {
    box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    width: 332px;
}

.login .title {
    background: #F0F0F0;
    height: 40px;
    line-height: 40px;
    letter-spacing: 4px;
    font-size: 18px;
    margin-bottom: 10px;
}

.text-center {
    text-align: center;
}

.login form {
    position: relative;
    padding-bottom: 15px;
}

.login .close-btn {
    position: absolute;
    right: 15px;
    top: -40px;
    font-size: 20px;
}

.login .input-group {
    padding: 0 40px;
    width: 100%;
    margin-bottom: 10px;
}

.clearfix {
    zoom: 1;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.login .input-group .form-control {
    width: 100%;
    height: 36px;
    /* line-height: 36px; */
    border-radius: 4px;
}

.login a {
    color: #292929;
    text-decoration: none;
}

.prompt {
    /* height: 20px; */
    margin-top: 20px;
}

.login .btn {
    width: 76%;
    margin: 10px 40px;
}

.btn {
    padding: 7px 18px;
}

.prompt .loginError {
    color: red;
    font-size: 12px;
}

.btn:hover,
.btn:focus {
    color: #fff !important;
    text-decoration: none;
}

.personal-center {
    display: none;
    width: 200px;
    position: absolute;
    top: 60px;
    right: -2px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.welcome {
    padding: 25px 0;
    display: inline-block;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -5px;
}

.personal-center .head-portrait-name {
    height: 60px;
    background: #26ABE6;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.head-portrait-name .head-portrait {
    flex: 0 0 40px;
    height: 40px;
}

.head-portrait {
    display: inline-block;
    border-radius: 50%;
    margin: 0 20px 0 0;
    padding: 0;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.head-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.name {
    display: inline-block;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.navList>ul>li a {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 17px;
    text-decoration: none;
}

.personal-center-loginout {
    background: #fff;
}

.personal-center a {
    color: #333333;
}

.personal-center-loginout-li {
    line-height: 45px;
}

.personal-center-loginout-li:hover {
    background: #f5f5f5;

}

.personal-center-loginout-li:hover span,
.personal-center-loginout-li:hover a {
    color: #26ABE6;
}

.personal-center-loginout-li>span {
    font-size: 20px;
    width: 40px;
    display: inline-block;
    vertical-align: -5px;
}

.personal-center-loginout-li a {
    color: #333333;
}

/*-------comment------*/
.comment {
    margin: 45px auto auto;
    overflow: hidden;
}

/*#comment,*/
/*#rating{*/
/*padding-top: 20px;*/
/*}*/
.director {
    display: inline-block;
    margin: 10px 50px 0 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-default,
.panel-body {
    border: none;
}

.bottom-line {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #2396f3;
}

.top-line {
    margin-top: -1px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    overflow: hidden;
}

.textarea {
    width: 100%;
    height: 90px;
    border-radius: 4px 0 0 0;
    border: 1px solid #ccc;
    resize: none;
    box-shadow: inset 0 3px 3px #ebebeb;
    padding: 5px 0 0 8px;
}

textarea:focus {
    border: 1px solid #20a0ff;
    outline: none;
}

.tipColor {
    color: red;
}

.textarea-radius {
    border-radius: 4px;
}

.textarea::-webkit-scrollbar,
.tabChange-title::-webkit-scrollbar {
    display: none;
}

.text-num {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    float: left;
    margin-top: -7px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn-fabu {
    display: inline-block;
    background: #efefef;
    width: 100%;
    height: 90px;
    border-radius: 0 4px 0 0;
    border: 1px solid #ccc;
    border-left: none;
    text-align: center;
    font-size: 24px;
    color: #2396f3;
    line-height: 90px;
    cursor: pointer;
}

.btn-fabu:hover {
    background: #20a0ff;
    color: #fff;
    border: 2px solid #20a0ff;
}

.text-num .number {
    font-family: Constantia, Georgia;
    font-size: 18px;
    font-weight: 400;
    color: #909090;
    float: right;
    padding-top: 0;
    padding-right: 17px;
}

.program-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.program-title-span {
    flex: 1;
    margin: 0 20px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.program-paragraph {
    padding-top: 10px;
    word-break: break-all;
}

.program-paragraph img {
    width: 100%;
}

.program-title .phone-code {
    font-size: 14px;
}

.program-title #code img {
    width: 100%;
}

.rating-title .color,
.blue {
    color: #2396f3;
}

.rating-tag-1 {
    padding-right: 17px;
    cursor: pointer;
}

.rating-tag-2 {
    padding-left: 17px;
    cursor: pointer;
}

.newrating-ul {
    padding-bottom: 40px;
}

.newrating-li {
    display: flex;
    padding: 17px 0;
    border-bottom: 1px dashed #ccc;
}

.newrating-avatar {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    vertical-align: top;
    overflow: hidden;
}

.newrating-text {
    flex: 1;
    padding-left: 10px;
    font-size: 14px;
    vertical-align: top;
}

.name-and-newrating-time {
    width: 100%;
    position: relative;
}

.name {
    display: inline-block;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comment .name{
    font-weight: 600;
    color: #555;
    font-size: 15px;
}

.newrating-time {
    display: inline-block;
    max-width: 50%;
    padding-left: 10px;
    color: #9a9899;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.newrating-text>.newrating-content {
    padding: 10px;
    word-break: break-all;
    background: #f9f9f9;
    color: #606266;
    border-radius: 5px;
}

.perfect-rating {
    width: 100%;
    text-align: right;
    margin-top: 3px;
}

.rating {
    cursor: pointer;
}

.rating-icon {
    display: inline-block;
    width: 17px;
    height: 15px;
    background: url("../../../common/images/all_icon.png") no-repeat -41px -294px;
    vertical-align: middle;
}

.mySay {
    margin-top: 17px;
    background: #f4f4f4;
    padding: 0 15px 15px;
    border-radius: 10px;
}

.my-avatar {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.is-sure {
    text-align: right;
    padding-top: 5px;
}

.btn-yes,
.btn-no {
    height: 30px;
    line-height: 15px;
}

.btn-no{
    color: #909399;
    background: #f4f4f5;
    border-color: #d3d4d6;
}

.btn-no:hover{
    background: #909399;
    border-color: #909399;
    color: #fff;
}

.mySay-newrating {
    margin-top: 10px;
}

.newrating-title {
    padding-left: 10px;
    border-left: 3px solid #58a700;
    font-size: 17px;
    font-weight: 300;
}

.mySay-newrating-li {
    display: flex;
    padding: 15px 0 10px 0;
    border-bottom: 1px dashed #ccc;
}

.mySay-font-color {
    color: #606266!important;
}

.top-line .comment-more {
    text-align: center;
    background: #f4f4f4;
    padding: 10px 0;
    cursor: pointer;
    border-radius: 5px;
}

.arrow-down {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg);
    margin-left: 8px;
    margin-bottom: 3px;
}

.search .el-input__inner{
    height: 34px!important;
    line-height: 34px!important;
}

.search .el-input__icon{
    line-height: 34px!important;
}

.search .normalInput .el-input__inner{
    width: 550px!important;
}

.form-horizontal .control-label {
    padding-top: 10px;
    font-weight: normal;
}

.psaTitle .el-date-editor {
    width: 125px!important;
}

.specialtable-body .el-date-editor {
    width: 215px!important;
}

.psaTitle .el-date-editor .el-input__inner,.specialtable-body .el-date-editor .el-input__inner{
    cursor: pointer;
}

.psatable-body .el-input__inner,.specialtable-body .table-body .el-input__inner{
    /* width: 80%; */
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
}

/* .psatable-body .psaRemark .el-input__inner{
    text-align: left!important;
} */

.copyrightPoster .swiper-pagination-bullet {
    width:20px;
    height:20px;
    background: #000;
    margin:0 8px!important;
    outline: none;
}

.copyrightPoster .swiper-pagination-bullet-active{
    background:#fff;
}

.psaQuery .el-date-editor {
    width: 125px!important;
}

.psaQuery .el-date-editor .el-input__inner{
    cursor: pointer;
}

.psaQuery .el-table .el-table__row.noExpand .el-table__expand-icon{
    display: none;
}

.specialQuery .el-date-editor {
    width: 125px!important;
}

.specialQuery .el-date-editor .el-input__inner{
    cursor: pointer;
}

.specialQuery .el-table .el-table__row.noExpand .el-table__expand-icon{
    display: none;
}

.reportProject .el-input.is-disabled .el-input__inner{
    color: #666;
}

.specialQuery .SpecialTable .el-table .cell{
    font-size: 13px;
}

.PsaTable .el-table__body-wrapper{
    font-size: 13px;
}

.el-date-picker th{
    text-align: center;
}

.reSetPsw .el-input__suffix{
    right: 18px !important;
}

.slider-btn {
    position: absolute;
    width: 44px;
    height: 44px;
    left: 0;
    top: -7px;
    z-index: 12;
    cursor: pointer;
    background-image: url("../../../common/images/sprite.3.2.0.png");
    background-position: 0 -84px;
    transition: inherit
}

.ver-tips {
    position: absolute;
    left: 0;
    bottom: -22px;
    background: rgba(255, 255, 255, .9);
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 0 8px;
    transition: all .4s
}

.slider-tips {
    bottom: 0
}

.ver-tips i {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: top;
    background-image: url("../../../common/images/sprite.3.2.0.png");
    background-position: -4px -1229px
}

.ver-tips span {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    color: #455
}

.active-tips {
    display: block
}

.hidden {
    display: none
}

.re-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 28px;
    padding: 0 16px
}

.re-btn a {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 7px 0;
    background-image: url("../../../common/images/sprite.3.2.0.png");
    background-position: 0 -1179px;
    cursor: pointer
}

.re-btn a:hover {
    background-position: 0 -1193px
}


@media screen and (min-width:100px) and (max-width:1500px) {
    .search .normalInput .el-input__inner{
        width: 450px!important;
    }

}


.el-message{
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}
